home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 December / CMCD1203.ISO / Software / Complet / CINEBENCH 2003 / resource / modules / objects / res / description / Fmonzoom.h next >
C/C++ Source or Header  |  2003-02-27  |  407b  |  18 lines

  1. #ifndef _Fmonzoom_H_
  2. #define _Fmonzoom_H_
  3.  
  4. enum
  5. {
  6.   MONZOOMFILTER_SCALE            = 1000,
  7.   MONZOOMFILTER_OPTIMIZE    = 1001,
  8.   MONZOOMFILTER_CAMERAS        = 1002,
  9.   MONZOOMFILTER_LIGHTS        = 1004,
  10.   MONZOOMFILTER_MODE            = 1005,
  11.   MONZOOMFILTER_PHONG            = 1006,
  12.       MONZOOMFILTER_PHONG_NEVER        = 0,
  13.       MONZOOMFILTER_PHONG_MIN            = 1,
  14.       MONZOOMFILTER_PHONG_MAX            = 2,
  15.       MONZOOMFILTER_PHONG_ALWAYS    = 3
  16. };
  17.  
  18. #endif